PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFGifImage Class / isGif Method
In This Topic
    isGif Method
    In This Topic
    Checks if the given stream contains a GIF image.
    Syntax
    public static boolean isGif( 
       Stream stream
    )

    Parameters

    stream

    Return Value

    True if the stream contains a GIF image.
    See Also